#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
L02: Analyzing past returns
Lecture overview
We discuss several key quantities we frequently use to describe a stock’s performance (usually in a past period):
- Holding period return
- Total return (compounding)
- Geometric average of returns
- Real returns (adjusting for inflation)
We then work through a real world application where we use the above quantities to describe the performance of Tesla (TSLA) over the past 5 years.
Holding period return (HPR)
We use this when we want to calculate the total (net) return of a stock over a give period of time (the “holding period”) and we know the value of the stock at the start and the end of that period.
Generally speaking, to calculate the HPR of any financial asset, we must:
- Calculate the value at the end of the holding period of all the cash flows generated by that asset during the holding period
- For a stock, this equals the price of the stock at the end of the holding period plus whatever dividends the stock may have paid during the holding period
- Divide this future value of cash flows by the initial value of the asset (at the beginning of the holding period)
- For a stock this equals the price of the stock at the beginning of the holding period
Note that the above gives you the gross HPR. We usually subtract 1 to obtain the net HPR.
So for stocks, the HPR over the time period spanning from time \(T_{1}\) to time \(T_{2}\) is given by:
\[HPR_{T_{1} \rightarrow T_{2}} = \frac{P_{T_{2}} + D_{T_{2}}}{P_{T_{1}}} - 1\]
where \(P_{T_{1}}\) is the price of the stock at time \(T_{1}\), \(P_{T_{2}}\) is the price at time \({T_{2}}\) and \(D_{T_{2}}\) is the dividend of the stock paid at time \(T_{2}\).
Note that the above formula is equivalent to:
\[HPR_{T_{1} \rightarrow T_{2}} = \frac{P_{T_{2}} - P_{T_{1}}}{P_{T_{1}}} + \frac{D_{T_{2}}}{P_{T_{1}}}\]
where the first term on the right side of the equation is called the capital gains from the investment and the second term is called the dividend yield of the investment.
Example
Suppose TSLA was selling for $420 per share at the beginning of 2018 and for $500 per share at the end of 2019. Suppose TSLA also paid a dividend of $10 per share at the end of 2019. Calculate the HPR, capital gains, and dividend yield for TSLA over this two-year period.
Total return (compounding)
We use this when we want to know the total (gross) return of an asset over a given time period and we know its returns over smaller subperiods within that overal time period.
So if we know the returns of an asset in periods \(T_{1}\), \(T_{2}\), …, through \(T_{N}\) (call these (net) returns \(R_{T_{1}}\), \(R_{T_{2}}\), …, \(R_{T_{N}}\)), then its total return over the entire period from \(T_{1}\) to \(T_{N}\) is given by:
\[TR_{T_{1} \rightarrow T_{N}} = (1 + R_{T_{1}})(1 + R_{T_{2}})...(1 + R_{T_{N}})\]
Note that this is a gross return not a net return. To obtain the net return, we would have to subtract 1 from the above.
Example
Suppose over the last three months, TSLA had net returns of 10%, 5% and -3%. What was the total return on TSLA over this past three-month period?
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
Geometric average
We use this when we know the returns of a stock for multiple periods and we want to calculate the total return of the stock across all these periods, but we want to express this total return on a per-period basis.
So if we know the returns of an asset in periods \(T_{1}\), \(T_{2}\), …, through \(T_{N}\) (call these (net) returns \(R_{T_{1}}\), \(R_{T_{2}}\), …, \(R_{T_{N}}\)), then its geometric average return over the entire period from \(T_{1}\) to \(T_{N}\) is given by:
\[GA_{T_{1} \rightarrow T_{N}} = [(1 + R_{T_{1}})(1 + R_{T_{2}})...(1 + R_{T_{N}})]^{1/N} - 1\]
Note that this is equivalent to:
\[GA_{T_{1} \rightarrow T_{N}} = [TR_{T_{1} \rightarrow T_{N}}]^{1/N} - 1\]
where \(TR_{T_{1} \rightarrow T_{N}}\) is the total return of the stock over the \(T_{1}\) to \(T_{N}\) period defined in Section 3.
Example
Using the same data as in Example 3.1., what was the geometric average return of TSLA over the past three-month period?
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
Real returns (inflation)
The prices (and hence, the returns) we observe on the market are nominal prices (and returns). They include the effect of inflation. So if we observe an uppward trend in the price of an asset over time, that may not necessarily mean that asset was a great investment. We might just be observing the results of inflation.
To purge the effect of inflation on returns, we calculate real returns. To do so, we must understand that gross nominal returns equal gross real returns time the gross inflation rate:
\[1 + R_{nominal} = (1 + R_{real})(1 + InflationRate)\]
Solving for the net real rate of return (\(R_{real}\)) gives us:
\[R_{real} = \frac{R_{nominal} - InflationRate}{1 + InflationRate}\]
Example
Using the same data as in Example 3.1., assuming that the inflation rate was 0.1% in each of the past 3 months, calculate the real total return on TSLA over the past three months.
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
Real-World Application
Download monthly stock price data on TSLA from 2016 to 2020 and:
- Calculate monthly returns as ratios of consecutive adjusted-close prices
- Calculate the holding period return on TSLA for the entire five-year period
- Calculate the geometric average return on TSLA over the entire period
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#